@busywait said in thebezelproject script doesn’t work:
@pscotto1234 I don't know, I used 'rm' from the command line, and ended up just downloading the few bezels I wanted "by hand" from the bezel project github and other places mentioned in this forum.
However, this got very tedious, so if you don't need the GB of space, just leave it there? The problem for me was that my card got totally filled and things like updates started to fail in way that I didn't notice :(
I think to do this:
from terminal ls > system_name.txt in each system folder to obtain a file containing roms name; rename the listed file extension in .png ; from terminal ls > system_image.txt in each bezel folder to obtain image list; compare files for the same system to mantain only image name for roms not present in my collection; with command cat system_name.txt | xargs rm I can remove not useful image;I hope you understand my method :)